raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+; not supported) xlrd.biffh.XLRDError: Excel xlsx file; not supported

139

pip install xlrd==1.2.0
df1 = pd.read_excel(
     os.path.join(APP_PATH, "Data", "aug_latest.xlsm"),
     engine='openpyxl',
)

Comments

Submit
0 Comments